home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / teachaid / pccai / caiarc2.exe / TALKDEMO.CAI < prev    next >
Text File  |  1993-12-06  |  2KB  |  99 lines

  1. .rem                                                                 
  2. .rem -----------------PRESS CTRL-G (Go) TO RUN THIS PROGRAM--------- 
  3. .rem                                                                 
  4. .cls
  5. In order for this demo to work, you must have a SoundBlaster installed,
  6. and run this program from the TALKDEMO command (a batch file) from DOS.
  7. Also, you must have the SBTALKER.EXE program installed.
  8.  
  9. If you do not have Sound Blaster/Talker support, the program will run
  10. without talk support.
  11.  
  12. .pause
  13. .cls
  14. .color 15,4
  15. .blank 2
  16. .color 0,15
  17. .blank 2
  18. .color 15,4
  19. .blank 2
  20. .color 0,15
  21. .blank 2
  22. .color 15,4
  23. .blank 2
  24. .color 0,15
  25. .blank 2
  26. .color 15,4
  27. .blank 2
  28. .color 0,15
  29. .blank 2
  30. .color 15,4
  31. .blank 2
  32. .color 0,15
  33. .blank 2
  34. .color 15,4
  35. .blank 2
  36. .color 15,1
  37. .locate 1,1 (*  * * * * * * * * * *  *)
  38. .locate 2,1 (*                       *)
  39. .locate 3,1 (*  * * * * * * * * * *  *)
  40. .locate 4,1 (*                       *)
  41. .locate 5,1 (*  * * * * * * * * * *  *)
  42. .locate 6,1 (*                       *)
  43. .locate 7,1 (*  * * * * * * * * * *  *)
  44. .locate 8,1 (*                       *)
  45. .locate 9,1 (*  * * * * * * * * * *  *)
  46. .locate 10,1 (*                       *)
  47. .locate 12,1
  48. .CENTER (*ARE YOU GOOD AT AMERICAN HISTORY?*)
  49. .TALK (*ARE YOU GOOD AT AMERICAN HISTORY?*)  v=9
  50. .skip 1
  51. .COLOR 9
  52. .CENTER (*HERE'S YOUR CHANCE TO SHOW*)
  53. .skip 1
  54. .COLOR 12
  55. .CENTER (*YOUR TRUE COLORS*)
  56. .PLAY (*T180O2L8GEC4E4G4O3C2*)
  57. .locate 24,1
  58. .pause
  59. .cls
  60. @begin question
  61. .col 3
  62. .talk (*Who was the first president of the USA ?*) v=9
  63. @read (*Who was the first president of the USA ?*)
  64. @trys 3
  65. @right (*washington*) keyword
  66. .col 10
  67. George Washington is correct!
  68. .PLAY (*T255O1CDEFGABO2C*)
  69. .talk (*VERY GOOD!*)
  70. .play (*mfp1p1*)
  71. @wrong (*lincoln*) keyword
  72. .color 12
  73. Lincoln was president during the Civil War
  74.  
  75. @wrong (*jefferson*)
  76. .col 12
  77. Thomas Jefferson was an early president, and he was the author of
  78. the Declaration of Independence.
  79.  
  80. @wrong
  81. .color 25
  82. HINT:
  83. .color 11
  84. The capitol of the United States was named after him.
  85.  
  86. .talk (*Press ENTER to continue.*)
  87. .PAUSE (*Press ENTER to continue.*)
  88. @wrong final
  89. .col 3
  90.  
  91. The answer is GEORGE WASHINGTON.
  92.  
  93. @end question
  94. .locate 24,1
  95. .talk (*HAVE A GOOD DAY*)
  96. .pau(*Please press ENTER*)
  97. .screen 1
  98.  
  99.